Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataSamples<T> Class
Properties Methods


In This Topic
    DataSamples<T> Class Members
    In This Topic

    The following tables list the members exposed by DataSamples<T>.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property A collection of data value comment records.  
    Public Property Return the implicit data value quality. For efficiency, a single (implicit) quality value is represented for all data values along with any quality values not equal to the implicit quality. For example, for a set of data samples all with good quality only the implicit quality is represented.  
    Public Property A collection of data value qualities.  
    Public Property An array of data value times.  
    Public Property A typed array of data values.  
    Top
    Public Methods
     NameDescription
    Public Method Insert the given data value comment records to this instance.  
    Public Method Insert the given data value quality to this instance.  
    Public Method Adds all elements from the given collection to the end this instance.  
    Public Method Append the given data value time to this instance.  
    Public MethodOverloaded.  Append a typed data value to this instance.  
    Public Method Return a count of data values in the instance.  
    Public Method Return the array of data value comment records at a specific index.  
    Public Method Return the data value quality at a specific index.  
    Public Method Return the data value time at a specific index.  
    Public Method Whether data value comment records are provided.  
    Public Method Whether data value qualities are provided.  
    Public Method Whether data value times are provided.  
    Public Method Whether data values are provided.  
    Public Method Return the data value time at a specific index.  
    Public Method Converts the value of this instance to a System.String.  
    Public Method Return the typed data value at a specific index.  
    Top
    See Also